You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Sub Method > Matrix.Sub Method ([In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Sub Method ([In] TMtxVec)

Array subtraction.

Syntax
C#
Visual Basic
public TMtxVec Sub([In] TMtxVec Vec);

Subtract each of Vec elements from corresponding elements in the calling object. An exception is raised if Vec and calling object size and Complex properties do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!